home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #48 (Sep 89) / MPW C Sources / test.r < prev    next >
Text File  |  1989-05-31  |  339b  |  26 lines

  1.  
  2. #include "SysTypes.r"
  3.  
  4. /* The test program's resource file */
  5. /* Joe Pillera, June 1989.          */
  6.  
  7. resource 'vers' (1) {
  8.     0x1,
  9.     0x00,
  10.     release,
  11.     0x0,
  12.     verUS,
  13.     "",
  14.     "1.0 / MacTutor Magazine"
  15. };
  16.  
  17. resource 'vers' (2) {
  18.     0x1,
  19.     0x00,
  20.     release,
  21.     0x0,
  22.     verUS,
  23.     "",
  24.     "For Use With MPW SADE™ Only!"
  25. };
  26.